home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / 16.dxr / 00029.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  150 b   |  10 lines

  1. on mouseUp
  2.   global textscroll
  3.   updateStage()
  4.   set textscroll to 0
  5.   repeat with i = 1 to 48
  6.     puppetSprite(i, 0)
  7.   end repeat
  8.   go("return")
  9. end
  10.